home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / graphics / povibm20.arj / IBMDOCS / IBMPC.DOC next >
Text File  |  1993-10-01  |  5KB  |  119 lines

  1.  
  2. This file contains the documentation specific to the IBM-PC version of
  3. POV-Ray. See POVRAY.DOC for general program info.
  4.  
  5.   The executable POVRAY.EXE was compiled using the Intel Code Builder   
  6. 32 bit protected mode compiler. A 386 or 486 and at least 2 meg of RAM
  7. are required to run this program. See IBMPCEXE.DOC for more info.
  8.  
  9. Running POV-Ray:
  10.    POV-Ray is run from the DOS command line by typing the program name,
  11.    povray.exe. Command line options are 
  12.  
  13.    
  14. Display Options:
  15. +d   = Alone, will autodetect the display type and display the image 
  16.        to the screen as it's being worked on. Try specifying the display
  17.        type explicitly if autodetect doesn't work. +d? will invoke a
  18.        message to report what display POV-Ray is detecting.
  19.  
  20. -v   =  Usually, you should use -v in conjunction with +d. This 
  21.         will turn off the line number text display. It will work
  22.         with some display options. You can experiment to see which.
  23.  
  24. +d#p = The first character after d is the display type, resolution is 
  25.        automatically selected. The second character is the palette type
  26.        or color selection method.
  27.  
  28. Some Examples
  29. --------------
  30. +d0h = Autodetect the VGA display type
  31.        and display the image to the screen
  32.        as it's being worked on.
  33.        Use the Sierra HiColor chip and
  34.        dithering to display more than 32,000
  35.        colors on screen. Looks great!
  36. +d1  = Display to standard VGA screen 320x200.
  37.        Try this if your SVGA display is not supported.
  38.        Use this option to get a scaled image in a window
  39.        on the OS/2 2.x desktop.
  40. +dG0 = Display to a VESA VGA adapter and
  41.        use the HSV palette option.
  42. +dG3 = Display to a VESA VGA adapter and use 
  43.        the 332 palette option.
  44. +dGH = Display to a VESA VGA adapter and use 
  45.        the HiColor option for 32,768 colors.
  46. +dGT = Display to a VESA VGA adapter and use
  47.        the TrueColor option for over 16 
  48.        million colors.
  49.  
  50. ( Note that your VESA BIOS *MUST* support these options in order  )
  51. ( for you to use them!! Some cards may support HiColor &/or       )
  52. ( TrueColor at the hardware level but *not* thru their VESA BIOS. )
  53.  
  54. +d4  = Display to a TSENG 4000 chipset VGA using
  55.        the 332 palette option.
  56.  
  57. If your card isn't autodetected correctly try all the options. 
  58. If no option works, just use +d1 for standard VGA.
  59.  
  60. DISPLAY OPTIONS:
  61.     +d0     Autodetect (S)VGA type (Default)
  62.     +d1     Standard VGA 320x200
  63.     +d2     Standard VGA 360 x 480
  64.     +d3     Tseng Labs 3000 SVGA 640x480
  65.     +d4     Tseng Labs 4000 SVGA 
  66.     +d5     AT&T VDC600 SVGA 640x400
  67.     +d6     Oak Technologies SVGA 640x480
  68.     +d7     Video 7 SVGA 640x480
  69.     +d8     Video 7 Vega (Cirrus) VGA 360x480
  70.     +d9     Paradise SVGA 640x480
  71.     +dA     Ahead Systems Ver. A SVGA 640x480
  72.     +dB     Ahead Systems Ver. B SVGA 640x480
  73.     +dC     Chips & Technologies SVGA 640x480
  74.     +dD     ATI SGVA 640x480
  75.     +dE     Everex SVGA 640x480
  76.     +dF     Trident SVGA 640x480
  77.     +dG     VESA Standard SVGA Adapter
  78.     +dH     ATI XL display card
  79.     +dI     Diamond Computer Systems SpeedSTAR 24X
  80.             (Note: The SpeedSTAR 24X will -not- be autodetected with the +d0 )
  81.             (      option.                                                   )
  82.  
  83. PALETTE OPTIONS:
  84.     +d?3 Use 332 palette with dithering 
  85.           (Default and best for VGA systems)
  86.  
  87.     +d?h Use HiColor option. 
  88.           Displays 32,000+ colors with dithering. 
  89.           Supported on VESA, SpeedSTAR 24X, 
  90.           ATI XL HiColor and Tseng 4000 based cards 
  91.           with Sierra & Sierra compatible Cirrus DAC's 
  92.           only. Looks great!
  93.  
  94.     +d?0 Use HSV palette option for VGA display
  95.  
  96.     +d?G Use Grayscale palette option for VGA display
  97.  
  98.     +d?T For Truecolor 24 bit cards. Use 24 bit color.
  99.           Supported on the Diamond SpeedSTAR 24X and
  100.           cards with 24bit VESA support only.
  101.  
  102.  
  103. File Formats:
  104.    The default file format for the IBM-PC is Targa (+ft). This format 
  105. is a 24 bit color image allowing over 16 million colors to be created.
  106. Most IBM-PC systems do not have the capability to directly display
  107. Targa images. They must be converted to 256 color GIF images so they
  108. can be viewed on a VGA or SVGA display. To convert a TGA file to a GIF
  109. file, get a copy of  PICLAB or Image Alchemy which can be found on 
  110. Compuserve, America On-Line, and many BBS's. The program documentation
  111. will describe how to convert a TGA to a GIF.
  112.  
  113.   Also, many SVGA cards now have a Sierra HiColor DAC for 15/16 bit color.
  114. Get a copy of the program TGVIEW and you can see your rendered images
  115. in "almost" full color.
  116.    
  117.  
  118.  
  119.